CLI: Update Hypeman Go SDK to 719e656ed70d61e9e549fee6165f74e22453d346#47
Merged
Conversation
Refresh the CLI to the latest hypeman-go revision after a full SDK/CLI coverage audit confirmed there are no new user-facing commands or flags to add. Made-with: Cursor
…nd add standby compression delay flags Bump the CLI to the latest hypeman-go release and wire through the new standby compression delay settings so the existing run and standby flows stay aligned with the SDK surface. Made-with: Cursor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 08a550e. Configure here.
Bump the CLI to the latest hypeman-go SDK so it stays aligned with the generated API surface. A full SDK and CLI coverage pass found no new command or flag gaps to add in this update. Made-with: Cursor
A full SDK and CLI coverage audit found no missing commands or flags, so this syncs the CLI to the latest Hypeman Go SDK release only. Co-authored-by: Cursor <cursoragent@cursor.com>
Mirror the nested guard already used in run.go so passing only --compression-delay no longer sends compression.enabled=true to the server. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
sjmiller609
approved these changes
May 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR updates the Hypeman Go SDK dependency to the latest version.
SDK Update
Coverage Analysis
A full enumeration of SDK methods and CLI commands was performed. No coverage gaps were found.
Triggered by: kernel/hypeman-go@719e656
Reviewer: @sjmiller609
Note
Medium Risk
Updates the
hypeman-goSDK and changes how standby/snapshot compression options are sent, which could subtly alter API request shapes and CLI behavior if the new SDK fields/semantics differ.Overview
Updates the
github.com/kernel/hypeman-godependency fromv0.17.0tov0.19.0.Extends the CLI’s snapshot compression controls by adding
--compression-delaytostandbyand--snapshot-compression-delaytorun, and restructures request building to nest compression config under the SDK’s newer request/policy params (including settingCompressionDelay/StandbyCompressionDelaywhen provided).Reviewed by Cursor Bugbot for commit 0f83b75. Bugbot is set up for automated code reviews on this repo. Configure here.